assistant: Add docs
authorMatthias Clasen <mclasen@redhat.com>
Thu, 14 Feb 2019 19:29:54 +0000 (14:29 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 15 Feb 2019 15:23:48 +0000 (10:23 -0500)
Without this, introspection complains about a missing
transfer annotation.

gtk/gtkassistant.c

index 3dbdf0c3233e086701974b173ac08d238d302fc4..f5a275260b500db0e4396e9a0761f17cf4e1bc10 100644 (file)
@@ -2545,6 +2545,14 @@ gtk_assistant_pages_new (GtkAssistant *assistant)
   return pages;
 }
 
+/**
+ * gtk_assistant_get_pages:
+ * @assistant: a #GtkAssistant
+ * 
+ * Gets a list model of the assistant pages.
+ *
+ * Returns: (transfer full): A list model of the pages.
+ */
 GListModel *
 gtk_assistant_get_pages (GtkAssistant *assistant)
 {